Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a value indicating whether the dependency with the parent is schema bound.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property IsSchemaBound As Boolean
Get
Set
'Usage
Dim instance As Dependency
Dim value As Boolean
value = instance.IsSchemaBound
instance.IsSchemaBound = value
public bool IsSchemaBound { get; set; }
public:
property bool IsSchemaBound {
bool get ();
void set (bool value);
}
member IsSchemaBound : bool with get, set
function get IsSchemaBound () : boolean
function set IsSchemaBound (value : boolean)
Property Value
Type: System.Boolean
true if the dependency with the parent is schema bound; otherwise, false.