Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the name portion of a multipart name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("NameName")> _
<DisplayDescriptionKeyAttribute("NameDesc")> _
ReadOnly Property Name As String
Get
'Usage
Dim instance As IMultipartNameFacet
Dim value As String
value = instance.Name
[DisplayNameKeyAttribute("NameName")]
[DisplayDescriptionKeyAttribute("NameDesc")]
string Name { get; }
[DisplayNameKeyAttribute(L"NameName")]
[DisplayDescriptionKeyAttribute(L"NameDesc")]
property String^ Name {
String^ get ();
}
[<DisplayNameKeyAttribute("NameName")>]
[<DisplayDescriptionKeyAttribute("NameDesc")>]
abstract Name : string
function get Name () : String
Property Value
Type: System.String
The name portion of a multipart name.