Gets a list of target declarations.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)
Get
用法
Dim instance As EventSessionStatement
Dim value As IList(Of TargetDeclaration)
value = instance.TargetDeclarations
public IList<TargetDeclaration> TargetDeclarations { get; }
public:
property IList<TargetDeclaration^>^ TargetDeclarations {
IList<TargetDeclaration^>^ get ();
}
member TargetDeclarations : IList<TargetDeclaration>
function get TargetDeclarations () : IList<TargetDeclaration>
属性值
类型:System.Collections.Generic.IList<TargetDeclaration>
The list of target declarations.