Aracılığıyla paylaş


CursorId.IsGlobal Özellik

Alır veya imleç genel olup olmadığını ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public Property IsGlobal As Boolean
    Get
    Set
public bool IsGlobal { get; set; }
public:
property bool IsGlobal {
    bool get ();
    void set (bool value);
}
member IsGlobal : bool with get, set
function get IsGlobal () : boolean
function set IsGlobal (value : boolean)

Özellik Değeri

Tür: System.Boolean
İmleci, genel, false Aksi takdirde ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

CursorId Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı