Get deployment options associated with this profile.
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public Property DeployOptions As DacDeployOptions
Get
Private Set
'用途
Dim instance As DacProfile
Dim value As DacDeployOptions
value = instance.DeployOptions
public DacDeployOptions DeployOptions { get; private set; }
public:
property DacDeployOptions^ DeployOptions {
DacDeployOptions^ get ();
private: void set (DacDeployOptions^ value);
}
member DeployOptions : DacDeployOptions with get, private set
function get DeployOptions () : DacDeployOptions
private function set DeployOptions (value : DacDeployOptions)
屬性值
型別:Microsoft.SqlServer.Dac.DacDeployOptions
DacDeployOptions