ServerType 속성
Gets the Guid object value that specifies the type of server associated with the server group.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property ServerType As Guid
Get
‘사용 방법
Dim instance As ServerGroup
Dim value As Guid
value = instance.ServerType
[SfcPropertyAttribute]
public Guid ServerType { get; }
[SfcPropertyAttribute]
public:
property Guid ServerType {
Guid get ();
}
[<SfcPropertyAttribute>]
member ServerType : Guid
function get ServerType () : Guid
속성 값
형식: System. . :: . .Guid
A Guid system object value that specifies the type of server associated with the server group.