dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / ServerSPN Property

In This Topic
    ServerSPN Property
    In This Topic
    Gets or sets the service principal name (SPN) of the data source.
    Syntax
    'Declaration
     
    Public Property ServerSPN As String
    public string ServerSPN {get; set;}

    Property Value

    The value of the ServerSPN property. Returns String.Empty if the property isn't set.
    See Also