Aracılığıyla paylaş


CursorDefinition.Select Özellik

Alır veya ayarlar select deyimi.

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 Select As SelectStatement
    Get
    Set
public SelectStatement Select { get; set; }
public:
property SelectStatement^ Select {
    SelectStatement^ get ();
    void set (SelectStatement^ value);
}
member Select : SelectStatement with get, set
function get Select () : SelectStatement
function set Select (value : SelectStatement)

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.SelectStatement
Döndürür bir SelectStatement.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

CursorDefinition Sınıf

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