ISfcPropertySet.TryGetPropertyValue 方法 (String, Object)
Tries to get the property value specified by the name parameter and type specified by the property parameter.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Private Function TryGetPropertyValue ( _
name As String, _
<OutAttribute> ByRef value As Object _
) As Boolean Implements ISfcPropertySet.TryGetPropertyValue
'用途
Dim instance As PropertyCollection
Dim name As String
Dim value As Object
Dim returnValue As Boolean
returnValue = CType(instance, ISfcPropertySet).TryGetPropertyValue(name, _
value)
bool ISfcPropertySet.TryGetPropertyValue(
string name,
out Object value
)
private:
virtual bool TryGetPropertyValue(
String^ name,
[OutAttribute] Object^% value
) sealed = ISfcPropertySet::TryGetPropertyValue
private abstract TryGetPropertyValue :
name:string *
value:Object byref -> bool
private override TryGetPropertyValue :
name:string *
value:Object byref -> bool
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- name
型別:System. . :: . .String
A string value that specifies the name of the property.
- value
型別:System. . :: . .Object%
An Object.
傳回值
型別:System. . :: . .Boolean
A Boolean value, True if the collection contains the property value, otherwise False.
實作
ISfcPropertySet. . :: . .TryGetPropertyValue(String, Object%)