SfcMetadataRelation.ResolveCollection 方法 (Object)
Resolves a single target instance from the given source instance.
命名空間: 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 SfcMetadataRelation
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 for.
傳回值
型別:System.Collections.IEnumerable
The resolved target instance.