Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a value indicating whether the dependency with the parent is schema bound.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Property IsSchemaBound As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the dependency with the parent is schema bound; otherwise, false.