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.