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 name of the domain.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainName As String
Implements ISfcDomainLite.DomainName
Get
'Usage
Dim instance As IntegrationServices
Dim value As String
value = CType(instance, ISfcDomainLite).DomainName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainName {
String^ get () sealed = ISfcDomainLite::DomainName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainName : string
[<SfcIgnoreAttribute>]
private override DomainName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
The name of the domain.
Implements
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace