Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the file stream share name for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_FilestreamShareNameDesc")> _
<DisplayNameKeyAttribute("Server_FilestreamShareNameName")> _
ReadOnly Property FilestreamShareName As String
Get
'Usage
Dim instance As IServerSetupFacet
Dim value As String
value = instance.FilestreamShareName
[DisplayDescriptionKeyAttribute("Server_FilestreamShareNameDesc")]
[DisplayNameKeyAttribute("Server_FilestreamShareNameName")]
string FilestreamShareName { get; }
[DisplayDescriptionKeyAttribute(L"Server_FilestreamShareNameDesc")]
[DisplayNameKeyAttribute(L"Server_FilestreamShareNameName")]
property String^ FilestreamShareName {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_FilestreamShareNameDesc")>]
[<DisplayNameKeyAttribute("Server_FilestreamShareNameName")>]
abstract FilestreamShareName : string
function get FilestreamShareName () : String
Property Value
Type: System.String
A String value that specifies the file stream share name for the instance of SQL Server.