EventSessionStatement.TargetDeclarations – vlastnost
Načtení seznamu cílových prohláš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 ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)
Get
public IList<TargetDeclaration> TargetDeclarations { get; }
public:
property IList<TargetDeclaration^>^ TargetDeclarations {
IList<TargetDeclaration^>^ get ();
}
member TargetDeclarations : IList<TargetDeclaration>
function get TargetDeclarations () : IList<TargetDeclaration>
Hodnota vlastnosti
Typ: System.Collections.Generic.IList<TargetDeclaration>
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.