Condividi tramite


Proprietà Name

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

ISfcProperty. . :: . .Name