言語

DeployedDacCollection.Item[String, String] プロパティ

定義

指定された名前のオブジェクトをコレクション内で返します

public:
 property Microsoft::SqlServer::Management::Utility::DeployedDac ^ default[System::String ^, System::String ^] { Microsoft::SqlServer::Management::Utility::DeployedDac ^ get(System::String ^ name, System::String ^ serverInstanceName); };
public Microsoft.SqlServer.Management.Utility.DeployedDac this[string name, string serverInstanceName] { get; }
member this.Item(string * string) : Microsoft.SqlServer.Management.Utility.DeployedDac
Default Public ReadOnly Property Item(name As String, serverInstanceName As String) As DeployedDac

パラメーター

name
String

コンピュータ名を指定する String の価値です。

serverInstanceName
String

サーバーインスタンスの名前を指定する String 値。

プロパティ値

指定された名前で展開されたDACを表す DeployedDac オブジェクト値。

適用対象