Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.MethodLoginType
A MethodLoginType object value that specifies the login type.