SfcReferenceCollectionAttribute.ResolveCollection 方法 (Object)
Resolve a target enumerable from the given source object.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function ResolveCollection ( _
instance As Object _
) As IEnumerable
'用途
Dim instance As SfcReferenceCollectionAttribute
Dim instance As Object
Dim returnValue As IEnumerable
returnValue = instance.ResolveCollection(instance)
public IEnumerable ResolveCollection(
Object instance
)
public:
IEnumerable^ ResolveCollection(
Object^ instance
)
member ResolveCollection :
instance:Object -> IEnumerable
public function ResolveCollection(
instance : Object
) : IEnumerable
參數
- instance
型別:System.Object
The source instance to resolve from.
傳回值
型別:System.Collections.IEnumerable
The resolved target enumerable.