言語

SmoCollectionBase.GetItemById メソッド

定義

オーバーロード

GetItemById(Int32)

protected Microsoft.SqlServer.Management.Smo.SqlSmoObject GetItemById(int id);
member this.GetItemById : int -> Microsoft.SqlServer.Management.Smo.SqlSmoObject
Protected Function GetItemById (id As Integer) As SqlSmoObject

パラメーター

id
Int32

返品

適用対象

GetItemById(Int32, String)

protected Microsoft.SqlServer.Management.Smo.SqlSmoObject GetItemById(int id, string idPropName);
member this.GetItemById : int * string -> Microsoft.SqlServer.Management.Smo.SqlSmoObject
Protected Function GetItemById (id As Integer, idPropName As String) As SqlSmoObject

パラメーター

id
Int32
idPropName
String

返品

適用対象