ServiceQueueExtender.ServerVersion 속성

Gets a Version object describing the version of the server on which the Service Broker queue is implemented.

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

구문

‘선언
<ExtendedPropertyAttribute> _
Public ReadOnly Property ServerVersion As Version 
    Get
‘사용 방법
Dim instance As ServiceQueueExtender 
Dim value As Version 

value = instance.ServerVersion
[ExtendedPropertyAttribute]
public Version ServerVersion { get; }
[ExtendedPropertyAttribute]
public:
property Version^ ServerVersion {
    Version^ get ();
}
[<ExtendedPropertyAttribute>]
member ServerVersion : Version
function get ServerVersion () : Version

속성 값

유형: System.Version
A Version object describing the version of the server on which the Service Broker queue is implemented.

참고 항목

참조

ServiceQueueExtender 클래스

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