Partager via


IsSchemaOwned propriété

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsSchemaOwned As Boolean
    Get
'Utilisation
Dim instance As UserDefinedTableType
Dim value As Boolean

value = instance.IsSchemaOwned
[SfcPropertyAttribute]
public bool IsSchemaOwned { get; }
[SfcPropertyAttribute]
public:
property bool IsSchemaOwned {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsSchemaOwned : bool
function get IsSchemaOwned () : boolean

Valeur de la propriété

Type : System. . :: . .Boolean