Server.NamedPipesEnabled Property
SQL Server 2008 R2
Gets the Boolean value that specifies whether Named Pipes provider is enabled for client-server connectivity on the instance of SQL Server.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool NamedPipesEnabled { get; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the Named Pipes provider is enabled on instance of SQL Server.
If True, Named Pipes is enabled. Otherwise, False (default).
