Propriedade DBBuildTask.ServerPropertiesFile
Obtém ou define um servidor de nome de arquivo de propriedades.
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)
Sintaxe
'Declaração
Public Property ServerPropertiesFile As String
Get
Set
public string ServerPropertiesFile { get; set; }
public:
property String^ ServerPropertiesFile {
String^ get ();
void set (String^ value);
}
member ServerPropertiesFile : string with get, set
function get ServerPropertiesFile () : String
function set ServerPropertiesFile (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.