Propriedade SqlImportScriptService.ScriptFileName
Obtém o nome do arquivo a importar.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Sintaxe
'Declaração
Public Property ScriptFileName As String
Get
Set
public string ScriptFileName { get; set; }
public:
property String^ ScriptFileName {
String^ get ();
void set (String^ value);
}
member ScriptFileName : string with get, set
function get ScriptFileName () : String
function set ScriptFileName (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.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Project