StorageInfo.ServerPassword 속성
Gets the password that SQL Server authentication requires to connect to the SQL Server database that stores the original or the upgraded Integration Services packages.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public ReadOnly Property ServerPassword As String
Get
‘사용 방법
Dim instance As StorageInfo
Dim value As String
value = instance.ServerPassword
public string ServerPassword { get; }
public:
property String^ ServerPassword {
String^ get ();
}
member ServerPassword : string
function get ServerPassword () : String
속성 값
유형: System.String
The password that is required for SQL Server authentication.