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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.