Aracılığıyla paylaş


Table.FileTableDirectoryName Property

Gets or sets the directory name of the FileTable.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileTableDirectoryName As String
    Get
    Set
'Kullanım
Dim instance As Table
Dim value As String

value = instance.FileTableDirectoryName

instance.FileTableDirectoryName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string FileTableDirectoryName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ FileTableDirectoryName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileTableDirectoryName : string with get, set
function get FileTableDirectoryName () : String
function set FileTableDirectoryName (value : String)

Property Value

Type: System.String
The directory name of the FileTable.

See Also

Reference

Table Class

Microsoft.SqlServer.Management.Smo Namespace