SfcProxyInstance<K, T, TRef>.Reference 属性

Gets the instance that this proxy refers to.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property Reference As TRef
    Get
用法
Dim instance As SfcProxyInstance 
Dim value As TRef

value = instance.Reference
public TRef Reference { get; }
public:
property TRef Reference {
    TRef get ();
}
member Reference : 'TRef
function get Reference () : TRef

属性值

类型:TRef
The instance that this proxy refers to.

请参阅

参考

SfcProxyInstance<K, T, TRef> 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间