Gets the PredCompareInfoCollection contained by the package.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(PredCompareInfo))> _
Public ReadOnly Property PredCompareInfoSet As PredCompareInfoCollection
Get
用法
Dim instance As Package
Dim value As PredCompareInfoCollection
value = instance.PredCompareInfoSet
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(PredCompareInfo))]
public PredCompareInfoCollection PredCompareInfoSet { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(PredCompareInfo))]
public:
property PredCompareInfoCollection^ PredCompareInfoSet {
PredCompareInfoCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(PredCompareInfo))>]
member PredCompareInfoSet : PredCompareInfoCollection
function get PredCompareInfoSet () : PredCompareInfoCollection
属性值
类型:Microsoft.SqlServer.Management.XEvent.PredCompareInfoCollection
A collection of PredCompareInfo objects.