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.