CreateXmlSchemaCollection propriété
Gets a permission that can be included in the database permission set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property CreateXmlSchemaCollection As DatabasePermission
Get
'Utilisation
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
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .DatabasePermission
A DatabasePermission object that represents the CreateXmlSchemaCollection permission that can be included in the database permission set.
Voir aussi