Compartir a través de


Property.ISfcProperty.Name Propiedad

Gets the name of the property.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Private ReadOnly Property Name As String 
    Implements ISfcProperty.Name 
    Get
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the property.

Implementa

ISfcProperty.Name

Ejemplos

Establecer propiedades

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo