Propriedade DBDeployTask.DeploymentConfigurationFile
Obtém ou define o nome de arquivo de configuração de implantação.
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)
Sintaxe
'Declaração
Public Property DeploymentConfigurationFile As String
Get
Set
public string DeploymentConfigurationFile { get; set; }
public:
property String^ DeploymentConfigurationFile {
String^ get ();
void set (String^ value);
}
member DeploymentConfigurationFile : string with get, set
function get DeploymentConfigurationFile () : String
function set DeploymentConfigurationFile (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.