Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the method login type for the SOAP payload.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MethodLoginType As MethodLoginType
Get
Set
'Usage
Dim instance As SoapPayloadMethod
Dim value As MethodLoginType
value = instance.MethodLoginType
instance.MethodLoginType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public MethodLoginType MethodLoginType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property MethodLoginType MethodLoginType {
MethodLoginType get ();
void set (MethodLoginType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MethodLoginType : MethodLoginType with get, set
function get MethodLoginType () : MethodLoginType
function set MethodLoginType (value : MethodLoginType)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.MethodLoginType
A MethodLoginType object value that specifies the login type.