Propriété IsSchemaOwned
Gets a Boolean value that indicates whether the UserDefinedType object is owned by a schema.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Design)> _
Public ReadOnly Property IsSchemaOwned As Boolean
Get
'Utilisation
Dim instance As UserDefinedType
Dim value As Boolean
value = instance.IsSchemaOwned
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
public bool IsSchemaOwned { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Design)]
public:
property bool IsSchemaOwned {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
member IsSchemaOwned : bool
function get IsSchemaOwned () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value that indicates whether the UserDefinedType object is owned by a schema.