Compartilhar via


Propriedade ColumnDefinition.IsRowGuidCol

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property IsRowGuidCol As Boolean
    Get
    Set
public bool IsRowGuidCol { get; set; }
public:
property bool IsRowGuidCol {
    bool get ();
    void set (bool value);
}
member IsRowGuidCol : bool with get, set
function get IsRowGuidCol () : boolean
function set IsRowGuidCol (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ColumnDefinition Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql