ServerDdlTriggerEventSet.CreateXmlSchemaCollection Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Property CreateXmlSchemaCollection As Boolean
Get
Set
'Usage
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean
value = instance.CreateXmlSchemaCollection
instance.CreateXmlSchemaCollection = value
public bool CreateXmlSchemaCollection { get; set; }
public:
property bool CreateXmlSchemaCollection {
bool get ();
void set (bool value);
}
member CreateXmlSchemaCollection : bool with get, set
function get CreateXmlSchemaCollection () : boolean
function set CreateXmlSchemaCollection (value : boolean)
Property Value
Type: System.Boolean