InstallDataDirectory 속성
Gets the local Windows directory where the installation data is stored for the instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property InstallDataDirectory As String
Get
‘사용 방법
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
속성 값
형식: System. . :: . .String
A String object that specifies the local directory where the installation data is stored for the instance of SQL Server.
참고 항목
참조
Planning a SQL Server Installation