Share via


IsColumnSet Propiedad

Obtiene o establece el valor de propiedad Boolean que especifica si se ha establecido la columna.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsColumnSet As Boolean
    Get
    Set
'Uso
Dim instance As Column
Dim value As Boolean

value = instance.IsColumnSet

instance.IsColumnSet = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsColumnSet { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool IsColumnSet {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IsColumnSet : bool with get, set
function get IsColumnSet () : boolean
function set IsColumnSet (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
Valor de propiedad Boolean que especifica si se ha establecido la columna.
Si es True, se ha establecido la columna. De lo contrario, es False (valor predeterminado).