Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the key name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
<SfcKeyAttribute()> _
Public Property Name As String
Get
Private Set
'Usage
Dim instance As EnvironmentReference
Dim value As String
value = instance.Name
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
[SfcKeyAttribute()]
public string Name { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
[SfcKeyAttribute()]
public:
property String^ Name {
String^ get ();
private: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
[<SfcKeyAttribute()>]
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)
Property Value
Type: System.String
The key name.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace