Propriété Database.FilestreamDirectoryName
Gets or sets the name of file stream share directory.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FilestreamDirectoryName As String
Get
Set
'Utilisation
Dim instance As Database
Dim value As String
value = instance.FilestreamDirectoryName
instance.FilestreamDirectoryName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string FilestreamDirectoryName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ FilestreamDirectoryName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FilestreamDirectoryName : string with get, set
function get FilestreamDirectoryName () : String
function set FilestreamDirectoryName (value : String)
Valeur de propriété
Type : System.String
The name of file stream share directory.