Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the directory name to use for FileStream.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DirectoryName As Literal
Get
Set
'Usage
Dim instance As FileStreamDatabaseOption
Dim value As Literal
value = instance.DirectoryName
instance.DirectoryName = value
public Literal DirectoryName { get; set; }
public:
property Literal^ DirectoryName {
Literal^ get ();
void set (Literal^ value);
}
member DirectoryName : Literal with get, set
function get DirectoryName () : Literal
function set DirectoryName (value : Literal)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The directory name to use for FileStream.