共用方式為


PropertyCollection.LookupID 方法

Returns the ID of the Property object in the PropertyCollection object that has the specified name.

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

語法

'宣告
Protected Function LookupID ( _
    propertyName As String _
) As Integer
'用途
Dim propertyName As String 
Dim returnValue As Integer 

returnValue = Me.LookupID(propertyName)
protected int LookupID(
    string propertyName
)
protected:
int LookupID(
    String^ propertyName
)
member LookupID : 
        propertyName:string -> int
protected function LookupID(
    propertyName : String
) : int

參數

傳回值

型別:System.Int32
An Int32 value that specifies the ID value of the Property object.

範例

使用集合

請參閱

參考

PropertyCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用集合