Proprietà SfcMetadataDiscovery.ElementTypeName

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property ElementTypeName As String 
    Get
'Utilizzo
Dim instance As SfcMetadataDiscovery 
Dim value As String 

value = instance.ElementTypeName
public string ElementTypeName { get; }
public:
property String^ ElementTypeName {
    String^ get ();
}
member ElementTypeName : string
function get ElementTypeName () : String

Valore proprietà

Tipo: System.String
The element type name.

Vedere anche

Riferimento

SfcMetadataDiscovery Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata