Aracılığıyla paylaş


AlterTableSwitchStatement.TargetTable Özellik

Alır veya hedef tablo adı 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 TargetTable As SchemaObjectName
    Get
    Set
public SchemaObjectName TargetTable { get; set; }
public:
property SchemaObjectName^ TargetTable {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member TargetTable : SchemaObjectName with get, set
function get TargetTable () : SchemaObjectName
function set TargetTable (value : SchemaObjectName)

Özellik Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AlterTableSwitchStatement Sınıf

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