Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.