DatabasePermission.CreateXmlSchemaCollection Property

Gets a permission that can be included in the database permission set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CreateXmlSchemaCollection As DatabasePermission
    Get
'Usage
Dim value As DatabasePermission

value = DatabasePermission.CreateXmlSchemaCollection
public static DatabasePermission CreateXmlSchemaCollection { get; }
public:
static property DatabasePermission^ CreateXmlSchemaCollection {
    DatabasePermission^ get ();
}
static member CreateXmlSchemaCollection : DatabasePermission
static function get CreateXmlSchemaCollection () : DatabasePermission

Property Value

Type: Microsoft.SqlServer.Management.Smo.DatabasePermission
A DatabasePermission object that represents the CreateXmlSchemaCollection permission that can be included in the database permission set.