Sdílet prostřednictvím


EventDeclarationCompareFunctionParameter.SourceDeclaration – vlastnost

Získá nebo nastaví název deklarace zdroje událostí.

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SourceDeclaration
Vrátí SourceDeclaration.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EventDeclarationCompareFunctionParameter Třída

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