Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the environment variable is sensitive.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property Sensitive As Boolean
Get
Set
'Usage
Dim instance As EnvironmentVariable
Dim value As Boolean
value = instance.Sensitive
instance.Sensitive = value
[SfcPropertyAttribute(Data = true)]
public bool Sensitive { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Sensitive {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(Data = true)>]
member Sensitive : bool with get, set
function get Sensitive () : boolean
function set Sensitive (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if the environment variable is sensitive; otherwise, false.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace