Dela via


SetUserStatement.UserName Property

Gets or sets the user name.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property UserName As Literal
'Usage
Dim instance As SetUserStatement 
Dim value As Literal 

value = instance.UserName

instance.UserName = value
public Literal UserName { get; set; }
public:
property Literal^ UserName {
    Literal^ get ();
    void set (Literal^ value);
}
public function get UserName () : Literal 
public function set UserName (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Remarks

Value can be a string or a variable; optional, may be null.

.NET Framework Security

See Also

Reference

SetUserStatement Class

SetUserStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace