共用方式為


MethodLoginType 屬性

Gets or sets the method login type for the SOAP payload.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property MethodLoginType As MethodLoginType
    Get
    Set
'用途
Dim instance As SoapPayloadMethod
Dim value As MethodLoginType

value = instance.MethodLoginType

instance.MethodLoginType = value
[SfcPropertyAttribute]
public MethodLoginType MethodLoginType { get; set; }
[SfcPropertyAttribute]
public:
property MethodLoginType MethodLoginType {
    MethodLoginType get ();
    void set (MethodLoginType value);
}
[<SfcPropertyAttribute>]
member MethodLoginType : MethodLoginType with get, set
function get MethodLoginType () : MethodLoginType
function set MethodLoginType (value : MethodLoginType)

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .MethodLoginType
A MethodLoginType object value that specifies the login type.

範例

實作端點