Compartir a través de


SfcProperty.Name Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

'Declaración
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As SfcProperty 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Valor de la propiedad

Tipo: System.String
A string that represents the name of the property.

Implementa

ISfcProperty.Name

Vea también

Referencia

SfcProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc