Propriété Table.FileTableDirectoryName

Gets or sets the directory name of the FileTable.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileTableDirectoryName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Table Classe

Espace de noms Microsoft.SqlServer.Management.Smo