Proprietà ColumnConfigAnnotation.GeneratorExtensionHandleXml

Ottiene o imposta la stringa dell'handle di estensione.

Spazio dei nomi:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

'Dichiarazione
Public Property GeneratorExtensionHandleXml As String
    Get
    Set
public string GeneratorExtensionHandleXml { get; set; }
public:
property String^ GeneratorExtensionHandleXml {
    String^ get ();
    void set (String^ value);
}
member GeneratorExtensionHandleXml : string with get, set
function get GeneratorExtensionHandleXml () : String
function set GeneratorExtensionHandleXml (value : String)

Valore proprietà

Tipo: System.String
Handle.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ColumnConfigAnnotation Classe

Spazio dei nomi Microsoft.Data.Schema.Tools.DataGenerator