Proprietà TableVariableName
Gets or sets the table variable name.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property TableVariableName As String
Get
Set
'Utilizzo
Dim instance As UserDefinedFunction
Dim value As String
value = instance.TableVariableName
instance.TableVariableName = value
[SfcPropertyAttribute]
public string TableVariableName { get; set; }
[SfcPropertyAttribute]
public:
property String^ TableVariableName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member TableVariableName : string with get, set
function get TableVariableName () : String
function set TableVariableName (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the table variable name.