RunValue 속성
Gets the run value of the property.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Property RunValue As T
Get
Set
‘사용 방법
Dim instance As RestartPendingException
Dim value As T
value = instance.RunValue
instance.RunValue = value
public T RunValue { get; set; }
public:
property T RunValue {
T get ();
void set (T value);
}
member RunValue : 'T with get, set
function get RunValue () : T
function set RunValue (value : T)
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.