DeploymentProjectBuilder.SourceModelFilePath (Propiedad)
Obtiene o establece la ruta de acceso al archivo para el modelo de origen.
Espacio de nombres: Microsoft.Data.Schema.Build
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
Protected Friend Property SourceModelFilePath As String
Get
Set
protected internal string SourceModelFilePath { get; set; }
protected public:
property String^ SourceModelFilePath {
String^ get ();
void set (String^ value);
}
member SourceModelFilePath : string with get, set
function get SourceModelFilePath () : String
function set SourceModelFilePath (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.