ILinkFile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a BISM Connection (.aslx / .bism) file within a SharePoint farm.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("a6b9cf40-1f81-404d-9be2-3d967d704cfb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ILinkFile
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("a6b9cf40-1f81-404d-9be2-3d967d704cfb")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ILinkFile = interface
Public Interface ILinkFile
- Attributes
Properties
| Database |
Gets the database associated with the .bism file. |
| Description |
Gets the description associated with the .bism file. |
| IsDelegationAllowed |
Gets the flag from the .bism file indicating if delegation of credentials is allowed. |
| IsFileMalformed |
Gets a flag indicating if the .bism file is malformed or otherwise syntactically invalid. |
| IsInFarm |
Gets a flag indicating if this is a .bism file located in the current SharePoint farm. |
| Server |
Gets the server associated with the .bism file. |