Compartir a través de


SfcDomainInfo.Name Propiedad

Gets or sets the name associated with the object. 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 Property Name As String 
    Get 
    Friend Set
'Uso
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.Name
public string Name { get; internal set; }
public:
property String^ Name {
    String^ get ();
    internal: void set (String^ value);
}
member Name : string with get, internal set
function get Name () : String 
internal function set Name (value : String)

Valor de la propiedad

Tipo: System.String
A string that represents the name associated with the object.

Vea también

Referencia

SfcDomainInfo Clase

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