Поделиться через


Свойство 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.

См. также

Справочник

StorageInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime