Partager via


InstallSharedDirectory propriété

Gets the remote shared directory where the installation data is stored for the instance of SQL Server.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property InstallSharedDirectory As String
    Get
'Utilisation
Dim instance As Server
Dim value As String

value = instance.InstallSharedDirectory
[SfcPropertyAttribute]
public string InstallSharedDirectory { get; }
[SfcPropertyAttribute]
public:
property String^ InstallSharedDirectory {
    String^ get ();
}
[<SfcPropertyAttribute>]
member InstallSharedDirectory : string
function get InstallSharedDirectory () : String

Valeur de la propriété

Type : System. . :: . .String
A String object that specifies the remote shared directory where the installation data is stored for the instance of SQL Server.

Voir aussi

Référence

Planning a SQL Server Installation

Autres ressources