DataBus.TryGetProperty(String, ISfcProperty) 方法

定義

取得與指定金鑰相關的屬性。

public:
 virtual bool TryGetProperty(System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ % property);
public bool TryGetProperty(string name, out Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member TryGetProperty : string * ISfcProperty -> bool
override this.TryGetProperty : string * ISfcProperty -> bool
Public Function TryGetProperty (name As String, ByRef property As ISfcProperty) As Boolean

參數

name
String

一個代表名字的字串。

property
ISfcProperty

元資料與價值的特性。

傳回

True若成功;否則,。 false

實作

適用於