Compartir a través de


FileDeclaration.IsPrimary Propiedad

Gets or sets whether a file declaration belongs to a primary file group.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IsPrimary As Boolean 
    Get 
    Set
'Uso
Dim instance As FileDeclaration 
Dim value As Boolean 

value = instance.IsPrimary

instance.IsPrimary = value
public bool IsPrimary { get; set; }
public:
property bool IsPrimary {
    bool get ();
    void set (bool value);
}
member IsPrimary : bool with get, set
function get IsPrimary () : boolean 
function set IsPrimary (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if a file declaration belongs to a primary file group; otherwise, false.

Vea también

Referencia

FileDeclaration Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom