Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.