ColumnConfigAnnotation.GeneratorExtensionHandleXml Property
Gets or sets the extension handle string.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property GeneratorExtensionHandleXml As String
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)
Property Value
Type: System.String
The handle.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.