SqlServerCompactEditionServerGroupName 屬性
Gets the name of a SQL Server Compact Edition server group.
命名空間: Microsoft.SqlServer.Management.RegisteredServers
組件: Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
語法
'宣告
Public ReadOnly Property SqlServerCompactEditionServerGroupName As String
Get
'用途
Dim instance As RegisteredServersStore
Dim value As String
value = instance.SqlServerCompactEditionServerGroupName
public string SqlServerCompactEditionServerGroupName { get; }
public:
property String^ SqlServerCompactEditionServerGroupName {
String^ get ();
}
member SqlServerCompactEditionServerGroupName : string
function get SqlServerCompactEditionServerGroupName () : String
屬性值
型別:System. . :: . .String
A String value specifying the name of a SQL Server Compact Edition server group.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。