SmoCollectionBase.GetItemById Método

Definição

Sobrecargas

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

Parâmetros

id
Int32

Retornos

Aplica-se a

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

Parâmetros

id
Int32
idPropName
String

Retornos

Aplica-se a