다음을 통해 공유


Information.ResourceVersion 속성

Gets the version of the SQL Server resource.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ResourceVersion As Version 
    Get
‘사용 방법
Dim instance As Information 
Dim value As Version 

value = instance.ResourceVersion
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Version ResourceVersion { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Version^ ResourceVersion {
    Version^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ResourceVersion : Version
function get ResourceVersion () : Version

속성 값

유형: System.Version
A Version value that specifies the version of the SQL Server resource.

SMO에서 SQL Server 구성

참고 항목

참조

Information 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스