หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a string value that contains the name of the Database Engine server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseEngineServerGroupName As String
Get
'Usage
Dim instance As RegisteredServersStore
Dim value As String
value = instance.DatabaseEngineServerGroupName
public string DatabaseEngineServerGroupName { get; }
public:
property String^ DatabaseEngineServerGroupName {
String^ get ();
}
member DatabaseEngineServerGroupName : string
function get DatabaseEngineServerGroupName () : String
Property Value
Type: System.String
A String value that contains the name of the Database Engine server group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.