Sdílet prostřednictvím


BeginTransactionStatement.MarkDescription – vlastnost

Získá nebo nastaví popis označení.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property MarkDescription As Literal
    Get
    Set
public Literal MarkDescription { get; set; }
public:
property Literal^ MarkDescription {
    Literal^ get ();
    void set (Literal^ value);
}
member MarkDescription : Literal with get, set
function get MarkDescription () : Literal
function set MarkDescription (value : Literal)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Poznámky

Lze AsciiStringLiteral, UnicodeStringLiteral nebo proměnné.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

BeginTransactionStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů