Aracılığıyla paylaş


ReceiveStatement.Into Özellik

Alır veya ayarlar tablonun içine alınan iletiler sütunları seçin.

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

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Açıklamalar

İsteğe Bağlı.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ReceiveStatement Sınıf

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