DBSetupDeployTask.ServerPropertiesFile (Propiedad)
Obtiene o establece una cadena de archivo de propiedades de servidor.
Espacio de nombres: Microsoft.Data.Schema.Tasks
Ensamblado: Microsoft.Data.Schema.Tasks (en Microsoft.Data.Schema.Tasks.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.