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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.