共用方式為


Edition 屬性

Gets the edition of the server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property Edition As String
    Get
'用途
Dim instance As ServerSelectionAdapter
Dim value As String

value = instance.Edition
public string Edition { get; }
public:
virtual property String^ Edition {
    String^ get () sealed;
}
abstract Edition : string
override Edition : string
final function get Edition () : String

屬性值

型別:System. . :: . .String
An integer value that contains the edition of the server.

實作

IServerSelectionFacet. . :: . .Edition