Aracılığıyla paylaş


TextModificationStatement.TextId Özellik

Alır veya ayarlar metin kimliği

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

Özellik Değeri

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

Açıklamalar

Hazır bilgi değeri ikili, tamsayı veya değişken olabilir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TextModificationStatement Sınıf

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