Metoda SmoCollectionBase.GetItemById (Int32, String)
element członkowski wyciągi z kolekcja odwołanie, używając zdefiniowanych przez system, identyfikator unikatowy i nazwa.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Function GetItemById ( _
id As Integer, _
idPropName As String _
) As SqlSmoObject
'Użycie
Dim id As Integer
Dim idPropName As String
Dim returnValue As SqlSmoObject
returnValue = Me.GetItemById(id, idPropName)
protected SqlSmoObject GetItemById(
int id,
string idPropName
)
protected:
SqlSmoObject^ GetItemById(
int id,
String^ idPropName
)
member GetItemById :
id:int *
idPropName:string -> SqlSmoObject
protected function GetItemById(
id : int,
idPropName : String
) : SqlSmoObject
Parametry
- id
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje obiekt, który jest element członkowski kolekcja odwołanie.
- idPropName
Typ: System.String
A String wartość, która określa nazwę właściwość.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.SqlSmoObject
Object Obiektu systemu ma określoną wartość Identyfikatora.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.
Zobacz także