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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.