Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data file.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DataFile As StringLiteral
Get
Set
'Usage
Dim instance As BulkOpenRowset
Dim value As StringLiteral
value = instance.DataFile
instance.DataFile = value
public StringLiteral DataFile { get; set; }
public:
property StringLiteral^ DataFile {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member DataFile : StringLiteral with get, set
function get DataFile () : StringLiteral
function set DataFile (value : StringLiteral)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The data file.