Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get deployment options associated with this profile.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property DeployOptions As DacDeployOptions
Get
Private Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dac.DacDeployOptions
DacDeployOptions