共用方式為


ItemById 方法

使用系統定義的唯一識別碼,從 TargetServerGroupCollection 集合擷取成員。

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

語法

'宣告
Public Function ItemById ( _
    id As Integer _
) As TargetServerGroup
'用途
Dim instance As TargetServerGroupCollection
Dim id As Integer
Dim returnValue As TargetServerGroup

returnValue = instance.ItemById(id)
public TargetServerGroup ItemById(
    int id
)
public:
TargetServerGroup^ ItemById(
    int id
)
member ItemById : 
        id:int -> TargetServerGroup 
public function ItemById(
    id : int
) : TargetServerGroup

參數

傳回值

型別:Microsoft.SqlServer.Management.Smo.Agent. . :: . .TargetServerGroup
具有指定之識別碼值的 TargetServerGroup 物件。

範例

使用集合