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 of the property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private ReadOnly Property Name As String
Implements ISfcProperty.Name
Get
'Usage
Dim instance As [Property]
Dim value As String
value = CType(instance, ISfcProperty).Name
string ISfcProperty.Name { get; }
private:
virtual property String^ Name {
String^ get () sealed = ISfcProperty::Name::get;
}
private abstract Name : string
private override Name : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
A String value that specifies the name of the property.