Information.Version 속성

Gets the version of the instance of SQL Server.

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

구문

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

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

속성 값

유형: System.Version
A Version object that specifies the version of the instance of SQL Server.

SMO에서 SQL Server 구성

참고 항목

참조

Information 클래스

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