Partager via


InstallDataDirectory propriété

Gets the local Windows 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 InstallDataDirectory As String
    Get
'Utilisation
Dim instance As Server
Dim value As String

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

Valeur de la propriété

Type : System. . :: . .String
A String object that specifies the local 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