Udostępnij za pośrednictwem


ColumnConfigAnnotation.GeneratorExtensionHandleXml Property

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property GeneratorExtensionHandleXml As String
'Usage
Dim instance As ColumnConfigAnnotation 
Dim value As String 

value = instance.GeneratorExtensionHandleXml

instance.GeneratorExtensionHandleXml = value
public string GeneratorExtensionHandleXml { get; set; }
public:
property String^ GeneratorExtensionHandleXml {
    String^ get ();
    void set (String^ value);
}
public function get GeneratorExtensionHandleXml () : String 
public function set GeneratorExtensionHandleXml (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

ColumnConfigAnnotation Members

Microsoft.Data.Schema.DataGenerator Namespace