Condividi tramite


Proprietà IServerSetupFacet.FilestreamShareName

Gets the file stream share name for the instance of SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("Server_FilestreamShareNameDesc")> _
<DisplayNameKeyAttribute("Server_FilestreamShareNameName")> _
ReadOnly Property FilestreamShareName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A String value that specifies the file stream share name for the instance of SQL Server.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

IServerSetupFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo